-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change/api funcs #118
Change/api funcs #118
Conversation
Still Draft |
@@ -81,7 +81,7 @@ <h6>{{ update.status }}</h6> | |||
<small>{{ update.timestamp.strftime('%Y-%m-%d %H:%M') }} UTC</small> | |||
</div> | |||
<div class="col-md-10"> | |||
{{ update.text }} | |||
{{ update.text|safe }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing space?
app/api/routes.py
Outdated
link_s = f"<a href='{url_d}'>{dst_incident.text}</a>" | ||
link_d = f"<a href='{url_s}'>{src_incident.text}</a>" | ||
update_s = f"{comp_with_attrs} moved to {link_s}" | ||
update_d = f"{comp_with_attrs} moved from {link_d}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The issue has been detected when the component is split/created to new incident on UI frontend (without API) |
Build succeeded. ✔️ otc-tox-docs SUCCESS in 9m 30s |
separating changes to the API from the "aware datetime" branch